home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 0297 / firstaid.bat < prev    next >
Encoding:
DOS Batch File  |  1997-03-31  |  1.5 KB  |  36 lines

  1. echo off
  2. rem TimeWise FIRSTAID Utility
  3. rem Copyright 1992-1995 David Berman Developments Inc.
  4. rem This batch file performs preliminary FIRSTAID from outside TimeWise.
  5. cls
  6. echo ----------------------------------------------------------------------
  7. echo TIMEWISE FIRSTAID UTILITY
  8. echo ----------------------------------------------------------------------
  9.  
  10. echo Running this program will perform enough of the functions that the
  11. echo TimeWise First Aid command to allow you go into TimeWise and First Aid.
  12. echo.
  13. echo You MUST run this program from the DOS prompt with the current directory
  14. echo being the directory in which TimeWise resides.
  15. echo For instance, if TimeWise is in directory TIMEWISE on drive C, the DOS
  16. echo prompt should read "C:\TIMEWISE" when you launch this program.
  17. echo If it is not, use the DOS command CD to change to that directory, by
  18. echo typing "CD C:\TIMEWISE" and pressing Enter.
  19. echo.
  20. echo Use it when you cannot get to the First Aid command and feel it is
  21. echo necessary to be able to.
  22. echo. 
  23. echo On a network, make sure that nobody is using TimeWise before proceeding.
  24. echo.
  25. echo If you wish to return to DOS now, press the Ctrl and C keys at the same
  26. echo time. If you wish to proceed with performing FIRSTAID, 
  27. pause
  28. if exist net.txb copy net.txb net.txt
  29. if exist *.idx del *.idx 
  30. REM if exist *.tmp del *.tmp
  31. if exist 0*.que del 0*.que
  32. if exist ??.fil del ??.fil
  33. echo.
  34. echo FIRSTAID has been performed. You must now run First Aid from TimeWise.
  35. echo.
  36.